Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: modify to Extrapolate.CLAMP with default value #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rein96
Copy link

@rein96 rein96 commented Aug 23, 2023

Summary

  • Encountered ReanimatedError: Cannot read property 'CLAMP' of undefined with latest reanimated
  • Use Extrapolate directly instead of Animated
  • Add default value ?? for safer approach

Close #19 ReanimatedError: Cannot read property 'CLAMP' of undefined

Copy link

@LewisYann LewisYann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT !

Hey @tarasvakulka, do you have any updates on this pull request? I'm encountering issues related to it. I've tried implementing similar methods to resolve the issue on my end. It seems like we might need to update this package. Any insights or assistance would be appreciated.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReanimatedError: Cannot read property 'CLAMP' of undefined
2 participants